﻿/***Swiper3.4.2***/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}


.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
  z-index: 10
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 30px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullet {
  width: .6rem;
  height: .6rem;
  display: inline-block;
  border-radius: 50%;
  background: #c4c4c4
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #2ba2bc
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .35rem
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}
.swiper-container-cube, .swiper-container-flip {
  overflow: visible
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}
body {
  background: #fff;
}
.Wrap01 {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}
.canvasContent {
  z-index: 8;
  position: relative;
  margin: 0px auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.canvasContent .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.canvasContent .swiper-slide .Banner {
  width: 100%;
  display: block;
}
.canvasContent .swiper-slide .title {
  width: 403px;
  display: block;
  position: absolute;
  top: 35%;
  right: 22%;
}
.canvasContent .tool {
  width: 52px;
  height: 110px;
  position: absolute;
  bottom: 50px;
  right: 5%;
  z-index: 999;
}
.canvasContent .prev, .canvasContent .next {
  width: 52px;
  height: 52px;
  display: block;
  border-radius: 50%;
}
.canvasContent .prev {
  background: #fff url(../img/left.png) no-repeat center center;
  margin-top: 7px;
}
.canvasContent .next {
  background: #fff url(../img/right.png) no-repeat center center;
}
.canvasContent .prev:hover {
  background: #073190 url(../img/left1.png) no-repeat center center;
}
.canvasContent .next:hover {
  background: #073190 url(../img/right1.png) no-repeat center center;
}
.canvasContent .swiper-button-next, .canvasContent .swiper-button-prev {
  left: auto;
  right: auto;
  position: relative;
}
.canvasContent span.swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 7px;
  position: relative;
  background: #fff;
  cursor: pointer;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear
}
.canvasContent span.swiper-pagination-bullet-active {
  background: #073190
}
.canvasContent span.swiper-pagination-bullet:hover {
  background: #073190
}
.Wrap02 {
  width: 1400px;
  margin: 0 auto;
  padding: 90px 0 100px;
}
.ColumnTitle {
  width: 100%;
}
.ColumnTitle span {
  display: block;
  line-height: 48px;
  color: #073190;
  font-size: 48px;
  text-align: center;
  width: 100%;
  letter-spacing: -1px;
}
.ColumnTitle em {
  display: block;
  line-height: 20px;
  color: #333;
  font-size: 20px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  text-indent: 5px;
}
.Wrap02 .MainContent {
  width: 100%;
  padding-top: 42px;
}
.MainContent .Section {
  display: block;
  width: 40%;
  position: relative;
  overflow: hidden;
  float: left;
}
.MainContent .Section .Img {
  width: 100%;
  display: block;
}
.MainContent .Section .Bg {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background: rgba(230, 120, 23, 0.3);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.MainContent .Section:hover .Bg {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  bottom: 0
}
.MainContent .Section03:hover em {
  color: #fff;
}
.MainContent .Section03:hover strong i {
  color: #fff;
}
.MainContent .Section04:hover strong i {
  color: #fff;
}
.MainContent .Section04:hover em {
  color: #fff;
}
.MainContent .Section04:hover span {
  color: #fff;
}
.MainContent .Section04:hover .ImgBg {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.MainContent .Section .Img {
  transition: all .4s linear;
  -moz-transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear
}
.MainContent .Section:hover .Img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.MainContent .Section01 strong {
  position: absolute;
  top: 32%;
  left: 16%;
  display: block;
  padding-left: 10%;
}
.MainContent .Section01 strong i {
  line-height: 42px;
  color: #9d0e11;
  font-size: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.MainContent .Section01 em {
  display: block;
  line-height: 48px;
  color: #fff;
  font-size: 24px;
}
.MainContent .Section01 span {
  display: block;
  line-height: 24px;
  color: #fff;
  font-size: 15px;
  width: 245px;
}
.MainContent .Section01 {
  display: block;
  width: 33.3333%;
  position: relative;
  overflow: hidden;
}
.MainContent .ser_pic {
overflow: hidden;
    width: auto;
    display: block;
}
.MainContent .ser_txt {
    height: 312px;
    width: 100%;
    display: flex;
	background: #007cc2;
	color: #fff; 
	align-items: center; /*定义body的元素垂直居中*/
    justify-content: center; /*定义body的里的元素水平居中*/
}
.MainContent .ser_txt .txtbox { display: block; width:90%; text-align: center;}
.MainContent .ser_txt .txtbox .title{ font-size: 1.4rem;}
.MainContent .ser_txt .txtbox .description {}


.Wrap03 {
  /*width: 1920px;
  height: 650px;*/
  margin: 0 auto;
  padding: 60px 0 60px;
  background: #FFFFFF  no-repeat top center;
  background-size: auto;
}
.Main02 {
  width: 1540px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.topCent {
  width: 1400px;
  margin: 0 auto;
  height: 420px;
  position: relative;
}
.topCent .leftTab {
  width: 24.2%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.topCent .ColumnTitle {
  width: 254px;
  margin: 0 auto;
  padding-top: 40px;
}
.topCent .ColumnTitle span {
  text-align: left
}
.topCent .ColumnTitle em {
  text-align: left;
}
#case_more {
  cursor: pointer;
}
.Main02 .demo3 {
  width: 254px;
  margin: 0 auto;
  padding-top: 35px;
}
.Main02 .demo3 div {
  margin-top: 6px;
  display: inline-block;
  height: 40px;
  width: 100%;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  color: #333;
  padding-left: 30px;
  background:/*url(../imgs/ico1.png)*/ no-repeat center right 20px;/*加号*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear
}

.Main02 .demo3 div.Color {
  background: #e67817 /*url(../imgs/ico1.png)*/ no-repeat center right 20px;/*加号*/
  color: #fff;
}
.Main02 .demo3 div:hover {
  background: #e67817 /*url(../imgs/ico1.png)*/ no-repeat center right 20px;/*加号*/
  color: #fff;
}
.hide {
  display: none;
  position: absolute;
  z-index: -1;
  height: 0;
  width: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  top: 0;
}
.Right_content {
  width: 74.7%;
  float: right;
  background: #fff;
}
.Right_content .Content {
  width: 24%;
  float: left;
}
.Right_content .Content a {
  display: block;
  padding: 17% 20% 0;
}
.Right_content .Content a em {
  color: #333;
  font-size: 28px;
  display: block;
  line-height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Right_content .Content a:hover em {
  color: #e67817;
}
.Right_content .Content a span {
  color: #999;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px
}
.Right_content .Content a i {
  padding-top: 18px;
  font-size: 14px;
  color: #073190;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px solid #073190;
}
.Right_content .Pic {
  display: block;
  float: right;
  width: 76%;
  overflow: hidden;
}
.Right_content .Pic img {
  width: 750px;
  max-height: 420px;
  display: block;
  transition: all .4s linear;
  -moz-transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear
}
/*大图悬浮动画*/
/*.Right_content .Pic:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}*/
.Main02 .demo4 {
  width: 1400px;
  margin: 0 auto;
  padding: 0 70px;
  margin-top: 15px;
  position: relative;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}
.Main02 .swiper-button-next, .Main02 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}
.Main02 .demo4 .swiper-container .swiper-slide {
  width: 339px;
}
.Main02 .demo4 .swiper-container .swiper-slide span {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.Main02 .demo4 .swiper-container .swiper-slide i {
  display: block;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear
}
.Main02 .demo4 .swiper-container .swiper-slide em {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
  padding: 14px 0 0;
  text-align: center;
}
.Main02 .demo4 .swiper-container .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Main02 .demo4 .swiper-container a {
  display: block;
  overflow: hidden;
  position: relative;
}
.Main02 .demo4 .swiper-container img {
  width: 100%;
  transition: all .28s linear;
  -moz-transition: all .28s linear;
  -webkit-transition: all .28s linear;
  -o-transition: all .28s linear;
}
.Main02 .demo4 .swiper-button-prev {
  background: #d3d3d3 url(../img/left.png) no-repeat center center;
  left: 0;
  background-color: #fff;
}
.Main02 .demo4 .swiper-button-next {
  background: #d3d3d3 url(../img/right.png) no-repeat center center;
  right: 0;
  background-color: #fff;
}
.Main02 .demo4 .swiper-button-prev:hover {
  background: #1931bf url(../img/left1.png) no-repeat center center;
}
.Main02 .demo4 .swiper-button-next:hover {
  background: #1931bf url(../img/right1.png) no-repeat center center;
}
.Main02 .demo4 .swiper-button-next, .Main02 .demo4 .swiper-button-prev {
  width: 50px;
  height: 50px;
  margin-top: -44px;
  top: 50%;
  position: absolute;
}
.Main02 .demo4 .swiper-container a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.Main02 .demo4 .swiper-pagination-current {
  font-weight: bold;
  font-size: 44px;
  line-height: 34px;
  color: #073190;
  display: inline-block;
}
.Main02 .demo4 .swiper-pagination-fraction {
  font-weight: bold;
  font-size: 18px;
  color: #999;
  line-height: 34px;
  width: 88px;
  position: absolute;
  top: -46%;
  left: 31.5%;
}
.Main02 .demo4 .swiper-container .swiper-slide.Default i {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.Main02 .demo4 .swiper-container .swiper-slide a:hover i {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.Main03 {
  width: 100%;
  display: none;
}
.Main03 .demo1 {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}
.Main03 .demo1 div {
  display: inline-block;
  height: 5rem;
  width: 24%;
  text-align: left;
  padding-left: 4%;
  line-height: 5rem;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear
}
.Main03 .demo1 div img {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10%;
}
.Main03 .demo1 div.Color {
  background: #007cc2;
  background-size: contain;
  color: #fff;
}
.Main03 .demo1 div:hover {
  background: #007cc2;
  background-size: contain;
  color: #fff;
}
.Main03 .demo2 {
  width: 78%;
  margin: 0 auto;
  position: relative;
}
.Main03 .demo2 .swiper-container .swiper-slide {
  width: 50%;
}
.Main03 .demo2 .swiper-container .swiper-slide span {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.Main03 .demo2 .swiper-container .swiper-slide i {
  display: block;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear
}
.Main03 .demo2 .swiper-container .swiper-slide em {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
  padding: 14px 0 0;
  text-align: center;
}
.Main03 .demo2 .swiper-container .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Main03 .demo2 .swiper-container a {
  display: block;
  overflow: hidden;
  position: relative;
}
.Main03 .demo2 .swiper-container img {
  width: 100%;
  transition: all .28s linear;
  -moz-transition: all .28s linear;
  -webkit-transition: all .28s linear;
  -o-transition: all .28s linear;
}
.Main03 .demo2 .swiper-container a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.Main03 .demo2 .swiper-pagination-current {
  font-weight: bold;
  font-size: 44px;
  line-height: 34px;
  color: #073190;
  display: inline-block;
}
.Main03 .demo2 .swiper-pagination-fraction {
  font-weight: bold;
  font-size: 18px;
  color: #999;
  line-height: 34px;
  width: 88px;
  position: absolute;
  top: -68%;
  left: 31%;
}
.Main03 .demo2 .swiper-container .swiper-slide a:hover i {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.Main03 .demo2 .swiper-pagination {
  width: 100%;
}
.Main03 .demo2 .swiper-pagination span {
  margin: 0 0.8rem;
}
.Main03 .demo2 .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}
.Main03 .demo2 .swiper-pagination-bullet-active {
  background: #073190
}
.Wrap04 {
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.index_news{ padding-top: 3rem;}
.index_news .news_list{ padding-top: 3rem;}
.index_news li{ width: 32%; margin-right: 2%; float: left; overflow: hidden;}
.index_news li:nth-of-type(3n){margin-right:0;}
.index_news li .picimg{ width: 100%;overflow:hidden; position: relative; display: block;}
.index_news li .picimg img{display:block;width:100%;transition:all .3s linear;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;-o-transition:all .3s linear}
.index_news li .picimg:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);}
.index_news li .cont{ color:#666;}
.index_news li .cont em{ font-size: 1.3rem; display: block; line-height: 200%; font-weight:600; text-align: center;}

.Wrap05 {
  width: 100%;
  height: 600px;
  background: url(../img/combg.jpg) no-repeat center center;
  background-size: cover;
}
.Wrap05 .Main {
  width: 1270px;
  margin: 0 auto;
}
.Wrap05 .Main .Left {
  width: 44%;
  float: left;
  padding-top: 213px;
}
.Wrap05 .Main .Left em {
  display: block;
  line-height: 42px;
  color: #e67817;
  font-size: 28px;
  font-weight: bold;
}
.Wrap05 .Main .Left p {
  line-height: 22px;
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
}
.Wrap05 .Main .Left i {
  display: block;
  width: 190px;
  line-height: 35px;
  height: 35px;
  font-size: 18px;
  color: #fff;
  background: #e67817;
  margin-top: 35px;
  overflow: hidden;
  text-align: center;
}
.Wrap05 .ablink{ color: #fff;}
.Wrap05 .Main .Right_Map {
  width: 47%;
  float: right;
  padding-top: 87px;
}
.Wrap05 .Main .Right_Map img {
  display: block;
  width: 100%;
}
.content_sy {
  display: none;
}
@media all and (min-width:1220px) and (max-width:1600px) {
  .Main02 {
    width: 1400px;
  }
  .topCent {
    width: 1260px;
    height: auto;
  }
  .Main02 .demo4 {
    width: 1260px;
  }
  .Main02 .demo3 div {
    height: 56px;
    line-height: 56px;
  }
  .Right_content .Content a em {}
  .Main02 .demo4 .swiper-pagination-fraction {
    top: -50%;
    left: 28.5%;
  }
  .Main02 .demo3 {
    padding-top: 25px;
  }
  .Right_content .Content a {
    padding: 17% 10% 0;
  }
}
@media all and (min-width:1220px) and (max-width:1440px) {
.MainContent .ser_txt{ height: 266px;}
  .Wrap02 {
    width: 1200px;
    padding: 70px 0 80px;
  }
  .ColumnTitle span {
    font-size: 40px;
    line-height: 48px;
  }
  .ColumnTitle em {
    font-size: 38px;
    line-height: 46px
  }
  .topCent {
    width: 1120px;
  }
  .Main02 .demo4 {
    width: 1120px;
    padding: 0 40px;
  }
  .Main02 .demo4 .swiper-button-next, .Main02 .demo4 .swiper-button-prev {
    width: 35px;
  }
  .Main02 .demo3, .topCent .ColumnTitle {
    width: 220px;
  }
  .Right_content .Content a {
    padding: 12% 9% 0;
  }
  .Main02 .demo4 .swiper-pagination-fraction {
    left: 27%;
  }
  .Wrap04, .Main02, .Wrap05 .Main {
    width: 1200px;
  }
}
@media all and (min-width:1024px) and (max-width:1219px) {
.MainContent .ser_txt{ height: 246px;}
}
/*--手机样式--*/
@media all and (min-width: 1px) and (max-width:1219px) {
	.index_news li{width:100%; margin-bottom: 3rem;}
  .Wrap04, .Wrap02, .Wrap01 {
    width: 100%;
  }
  .Wrap02 {
    padding: 3rem 0;
  }
  /*.canvasContent .swiper-slide .Banner{width:150%;margin-left:-40%;}*/
  .canvasContent .swiper-slide .Banner {
    width: 100%;
  }
  .canvasContent .swiper-slide .title {
    width: 44%;
    top: 23%;
    right: 3%;
  }
  .Wrap02 .MainContent {
    padding-top: 2rem;
  }
  .Main02, .tool {
    display: none;
  }
  .Main03 {
    display: block;
  }
  .ColumnTitle span {
    line-height: 40px;
    font-size: 40px;
  }
  .Wrap02 .MainContent {
    width: 94%;
    margin: 0 auto;
  }
  .MainContent .Section01 em {
    line-height: 38px;
    font-size: 20px;
  }
  .MainContent .Section04 em, .MainContent .Section02 em {
    line-height: 38px;
    font-size: 20px;
  }
  .MainContent .Section04 .ImgBg {
    width: 84%
  }
  .MainContent .Section04 strong {
    width: 78%
  }
  .Wrap03 {
    padding: 3rem 0;
  }
  .Wrap04 {
    padding: 3rem 0;
  }
  .shuzi ul {
    width: 94%;
    margin: 0 auto;
    padding-top: 2rem;
  }
  .shuzi ul li {
    padding: 0 40px;
  }
  .shuzi ul li .num b {
    font-size: 60px;
  }
  .shuzi ul li.left01 .num b {
    font-size: 70px;
  }
  .shuzi ul li.left04 .num b {
    font-size: 70ppx;
  }
  .Wrap05 {
    height: auto;
    padding: 3rem 0;
  }
  .Wrap05 .Main {
    width: 94%;
  }
  .Wrap05 .Main .Left {
    padding-top: 10%;
  }
  .Wrap05 .Main .Right_Map {
    padding-top: 0
  }
  .Main03 .more {
    width: 6rem;
    height: 2rem;
    display: block;
    float: right;
    line-height: 2rem;
    margin-right: 24%;
    color: #073190;
    border-bottom: 1px solid #073190;
    padding-top: 2px;
    position: relative;
    z-index: 995;
  }
}
@media all and (min-width:1px) and (max-width:800px) {
  .Wrap02, .Wrap01 {
    max-width: 750px;
    margin: 0 auto;
  }
  /*.canvasContent .swiper-slide .Banner{width:200%;margin-left:-80%;}*/
  .canvasContent .swiper-slide .Banner {
    width: 130%;
    margin-left: -20%;
  }
  .canvasContent .swiper-slide .title {
    width: 58%;
    top: 23%;
    right: 3%;
  }
  .Wrap04, .Wrap02 {
    padding: 2rem 0;
  }
  .Wrap02 .MainContent {
    padding-top: 1rem;
  }
  .ColumnTitle span {
    line-height: 3rem;
    font-size: 2rem;
  }
  .ColumnTitle em {
    line-height: 3rem;
    font-size: 1.8rem;
  }
  .MainContent .Section01 {
    width: 100%;
  }
  .MainContent .Section01 strong {
    top: 25%;
    left: 12%;
  }
  .MainContent .Section.Section02.S2 {
    width: 50%;
  }
  .MainContent .Section.Section02.S2 strong {
    top: 55.6%;
  }
  .MainContent .Section.Section02 {
    width: 33.33%;
  }
  .MainContent .Section04 {
    width: 33.33%;
    float: left;
  }
  .MainContent .Section02 strong {
    top: 45.6%;
  }
  .MainContent .Section01 strong i {
    line-height: 2.4rem;
  }
  .MainContent .Section04 em, .MainContent .Section01 em, .MainContent .Section02 em {
    line-height: 2.4rem;
    font-size: 1.4rem;
  }
  .Main03 .demo1 div {
    width: 39%;
    font-size: 1.6rem;
    height: 4rem;
    line-height: 4rem;
  }
  .Main03 .demo2 {
    width: 94%;
  }
  .Wrap03 {
    padding: 2rem 0 4rem;
  }
  .Main03 .demo2 .swiper-pagination {
    padding-top: 1rem
  }
  .Main03 .demo2 .swiper-pagination {
    width: 73%
  }
  .Wrap04 .W4_Title {
    width: 94%
  }
  .Wrap04 .W4_Title img {
    width: 100%;
  }
  .shuzi ul li {
    padding: 0;
    display: block;
    text-align: left;
    width: 48%
  }
  .shuzi ul li:nth-child(odd) {
    float: left;
  }
  .shuzi ul li:nth-child(even) {
    float: right;
  }
  .shuzi ul li i {
    display: none;
  }
  .shuzi ul {
    padding: 1rem 0;
  }
  .shuzi ul li .num b {
    font-size: 3.5rem;
  }
  .shuzi ul li.left01 .num b {
    font-size: 4rem;
  }
  .shuzi ul li p {
    padding-top: .5rem;
    font-size: 1.1rem
  }
  .shuzi ul li strong span {
    top: -19px
  }
  .Wrap05 .Main .Left, .Wrap05 .Main .Right_Map {
    float: none;
    width: 100%;
  }
  .Wrap05 {
    padding: 0 0 2rem;
  }
}